home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_ai / ACORN < prev    next >
Text File  |  1996-04-10  |  3KB  |  69 lines

  1. ACORN:
  2.     This is RLaB for RISC OS, 1.123, RISC OS version 1.0.
  3.     As far as I know, it runs up for the title of 'Fattest RISC OS program'
  4.     since it is > 1.4M in size. No, won't run on a 2Mb machine :-).
  5.  
  6.     If you have reached this far, and you are reading this as displayed
  7.     by RLaB, it means that you should have no problems starting !RLaB and
  8.     typing 
  9.     >help ACORN
  10.     
  11.     But maybe you are reading this through an editor of its own; 
  12.     either way here is useful info regarding the RISC OS RLaB port.
  13.     
  14.     To start RLaB, you can either double click on its icon or on an 'R'
  15.     file (&121). If cliking an 'R' file, RLaB will quit after running the 
  16.     specified file. It can be forced to go interactive adding a '-' at the 
  17.     end of the command line in the !Boot file. See help\RLAB for more details
  18.     or uncomment the last !Boot line (commenting out the 6th)
  19.     
  20.     RLaB might refuse to start if too large a wimpslot ( > of the required
  21.     wimpslot size, specified in !Run) is allocated to 'next task' by the task 
  22.     manager. Try reducing the 'next' wimpslot in task manager down to, say,
  23.     640K.
  24.     
  25.     I've tried to part as little as possible from RLaB's original
  26.     distribution. The main RISC OS differences are related to some RISC OS
  27.     improvements and some UNIX features not working.
  28.     
  29.     RISC OS improvements:
  30.     - file type (&121): 
  31.       RLaB has an filetype of its own ,officially allocated
  32.       This means that it checks, whenever a load/require/rfile request is 
  33.       made, the type is checked versus the type specified in the !Run file:
  34.       Set RLaB$FILETYPE    RLaB
  35.       You can change it if you wish so. Default is text, so if you remove 
  36.       it from the !run file, RLaB will load text (&FFF) files only.
  37.       I don't see much of a use now, it dates back to when RLaB didn't
  38.       have an official filetype of its own. 
  39.       
  40.     - throwback:
  41.       it is enabled with the -t switch from command line.
  42.       It requires to have the DEutils and Frontend modules as supplied 
  43.       with Acorn's C Compilers. They are not available for me to 
  44.       distribute (yes, I have asked). A 'SWI not known' message will appear
  45.       if you enable throwback without the modules being present.
  46.       
  47.     - draw files creation as graphic output.
  48.       a specific plplot driver has been added to enable draw file creation
  49.       Note that the background colour (it's a rectangle object) can be 
  50.       modified by the user through the _plscolbg function (see plplot 'R' file
  51.       line 271 for an example, and to set your own default). This creates a
  52.       draw file on disk.
  53.       
  54.     - you might have noticed that an iconbar is missing, and there is no way
  55.       to drag a 'R' file to the RLaB window to load it. Erm, a RLaB front end
  56.       is in the pipeline (Well, I am an awful RISC OS programmer) but I 
  57.       still have not decided how to implement it. The only sure thing is that
  58.       I will use the task window message passing protocol. It might be a C
  59.       program, but I'm also considering seriuosly TCL/W now that it has
  60.       been ported by C.T.Stretch (ctct.stretch@ulst.ac.uk)
  61.       
  62.     RISC OS deficiencies:
  63.     - I think most, if not all, UNIX specific commands relying on piping ('|')
  64.       and unix specific utils (e.g. lpr) will not work.
  65.       However, to workaround this if you wish, take a look at the original
  66.       gnuplot 'R' file and see how I worked it around to create a RISC OS 
  67.       version
  68.       
  69.